home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
serial
/
callback.001
/
callback~
/
callback
/
lib
/
parser
/
parser.p
< prev
next >
Wrap
Text File
|
1996-07-23
|
187b
|
16 lines
#ifndef _parser_P_
#define _parser_P_
#include "parser.h"
#include "biflex.h"
void yysemantic(char *s);
extern unsigned
parse_errors;
extern char
*expect;
#endif _parser_P_